Html Css Color HEX #CCF071 Sulu

📋 copy color: '#CCF071'

red 204 ◦ green 240 ◦ blue 113

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

Shades of Sulu #CCF071

Tints of Sulu #CCF071

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.09%

 BLUE value IS 113 (44.53% from 255) = 20.29%

R = 36.62%
G = 43.09%
B = 20.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#CCF071 (or 0xCCF071) is known color: Sulu. HEX triplet: CC, F0 and 71. RGB value is (204,240,113). Sum of RGB (Red+Green+Blue) = 204+240+113=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 113 (44.53% from 255 or 20.29% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF071 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF071 is #330F8E. Grayscale: #D7D7D7. Windows color (decimal): -3346319 or 7467212. OLE color: 7467212.

HSL color Cylindrical-coordinate representation of color #CCF071: hue angle of 77.01º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCF071 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 113 -
CMYK 0.15 0 0.53 0.06
HSL 77.01º 0.81% 0.69% -
HSV(B) 77.01º 0.53% 0.94% -
XYZ 59.04 76.35 27.25 -
YUV 214.76 70.57 120.33 -
System Red Green Blue C M Y K H S L
Decimal 204 240 113 0.15 0 0.53 0.06 77.01 0.81 0.69
Hex CC F0 71 F 0 35 6 4D 51 45
Octal 314 360 161 17 0 65 6 115 121 105
Binary 11001100 11110000 1110001 1111 0 110101 110 1001101 1010001 1000101

Color Harmonies of #CCF071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF071

Black with #CCF071

Text Example


Text Example

White with #CCF071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF071; }

 p { color: rgb(204,240,113); }

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

background-color css

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

 a { background-color: rgb(204,240,113); }

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

border-color css

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

 span { border-color: rgb(204,240,113); }

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