Html Css Color HEX #CCF650 Conifer

📋 copy color: '#CCF650'

red 204 ◦ green 246 ◦ blue 80

#CCF650
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #CCF650

Tints of Conifer #CCF650

RGB

 RED value IS 204 (80.08% from 255) = 38.49%

 GREEN value IS 246 (96.48% from 255) = 46.42%

 BLUE value IS 80 (31.64% from 255) = 15.09%

R = 38.49%
G = 46.42%
B = 15.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCF650 (or 0xCCF650) is known color: Conifer. HEX triplet: CC, F6 and 50. RGB value is (204,246,80). Sum of RGB (Red+Green+Blue) = 204+246+80=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 246 (96.48% from 255 or 46.42% from 530); Blue value is 80 (31.64% from 255 or 15.09% from 530); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF650 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF650 is #3309AF. Grayscale: #D7D7D7. Windows color (decimal): -3344816 or 5306060. OLE color: 5306060.

HSL color Cylindrical-coordinate representation of color #CCF650: hue angle of 75.18º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCF650 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 246 80 -
CMYK 0.17 0 0.67 0.04
HSL 75.18º 0.9% 0.64% -
HSV(B) 75.18º 0.67% 0.96% -
XYZ 59.31 79.33 19.78 -
YUV 214.52 52.09 120.5 -
System Red Green Blue C M Y K H S L
Decimal 204 246 80 0.17 0 0.67 0.04 75.18 0.9 0.64
Hex CC F6 50 11 0 43 4 4B 5A 40
Octal 314 366 120 21 0 103 4 113 132 100
Binary 11001100 11110110 1010000 10001 0 1000011 100 1001011 1011010 1000000

Color Harmonies of #CCF650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF650

Black with #CCF650

Text Example


Text Example

White with #CCF650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF650; }

 p { color: rgb(204,246,80); }

 H1.HeaderClassName
 {
   color: #CCF650;
 }
 .AnyTagClassName
 {
   color: #CCF650;
 }
</style>

background-color css

<style>
 a { background-color: #CCF650; }

 a { background-color: rgb(204,246,80); }

 div.DivClassName
 {
   background-color: #CCF650;
 }
 .BgClassName
 {
   background-color: #CCF650;
 }
</style>

border-color css

<style>
 span { border-color: #CCF650; }

 span { border-color: rgb(204,246,80); }

 td.TdClassName
 {
   border-color: #CCF650;
 }
 .TagClassName
 {
   border-color: #CCF650;
 }
</style>