Html Css Color HEX #CCF271 Sulu

📋 copy color: '#CCF271'

red 204 ◦ green 242 ◦ blue 113

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

Shades of Sulu #CCF271

Tints of Sulu #CCF271

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.29%

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

R = 36.49%
G = 43.29%
B = 20.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#CCF271 (or 0xCCF271) is known color: Sulu. HEX triplet: CC, F2 and 71. RGB value is (204,242,113). Sum of RGB (Red+Green+Blue) = 204+242+113=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 113 (44.53% from 255 or 20.21% from 559); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF271 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF271 is #330D8E. Grayscale: #D8D8D8. Windows color (decimal): -3345807 or 7467724. OLE color: 7467724.

HSL color Cylindrical-coordinate representation of color #CCF271: hue angle of 77.67º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCF271 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 113 -
CMYK 0.16 0 0.53 0.05
HSL 77.67º 0.83% 0.7% -
HSV(B) 77.67º 0.53% 0.95% -
XYZ 59.63 77.53 27.45 -
YUV 215.93 69.91 119.49 -
System Red Green Blue C M Y K H S L
Decimal 204 242 113 0.16 0 0.53 0.05 77.67 0.83 0.7
Hex CC F2 71 10 0 35 5 4E 53 46
Octal 314 362 161 20 0 65 5 116 123 106
Binary 11001100 11110010 1110001 10000 0 110101 101 1001110 1010011 1000110

Color Harmonies of #CCF271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF271

Black with #CCF271

Text Example


Text Example

White with #CCF271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF271; }

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

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

background-color css

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

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

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

border-color css

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

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

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