Html Css Color HEX #CCFB7C Sulu

📋 copy color: '#CCFB7C'

red 204 ◦ green 251 ◦ blue 124

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

Shades of Sulu #CCFB7C

Tints of Sulu #CCFB7C

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.35%

 BLUE value IS 124 (48.83% from 255) = 21.42%

R = 35.23%
G = 43.35%
B = 21.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#CCFB7C (or 0xCCFB7C) is known color: Sulu. HEX triplet: CC, FB and 7C. RGB value is (204,251,124). Sum of RGB (Red+Green+Blue) = 204+251+124=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 251 (98.44% from 255 or 43.35% from 579); Blue value is 124 (48.83% from 255 or 21.42% from 579); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFB7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFB7C is #330483. Grayscale: #DEDEDE. Windows color (decimal): -3343492 or 8190924. OLE color: 8190924.

HSL color Cylindrical-coordinate representation of color #CCFB7C: hue angle of 82.2º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCFB7C is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 251 124 -
CMYK 0.19 0 0.51 0.02
HSL 82.2º 0.94% 0.74% -
HSV(B) 82.2º 0.51% 0.98% -
XYZ 63.04 83.29 31.82 -
YUV 222.47 72.43 114.83 -
System Red Green Blue C M Y K H S L
Decimal 204 251 124 0.19 0 0.51 0.02 82.2 0.94 0.74
Hex CC FB 7C 13 0 33 2 52 5E 4A
Octal 314 373 174 23 0 63 2 122 136 112
Binary 11001100 11111011 1111100 10011 0 110011 10 1010010 1011110 1001010

Color Harmonies of #CCFB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFB7C

Black with #CCFB7C

Text Example


Text Example

White with #CCFB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFB7C; }

 p { color: rgb(204,251,124); }

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

background-color css

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

 a { background-color: rgb(204,251,124); }

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

border-color css

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

 span { border-color: rgb(204,251,124); }

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