Html Css Color HEX #CCF27A Sulu

📋 copy color: '#CCF27A'

red 204 ◦ green 242 ◦ blue 122

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

Shades of Sulu #CCF27A

Tints of Sulu #CCF27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.48%

R = 35.92%
G = 42.61%
B = 21.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#CCF27A (or 0xCCF27A) is known color: Sulu. HEX triplet: CC, F2 and 7A. RGB value is (204,242,122). Sum of RGB (Red+Green+Blue) = 204+242+122=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 122 (48.05% from 255 or 21.48% from 568); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF27A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF27A is #330D85. Grayscale: #D9D9D9. Windows color (decimal): -3345798 or 8057548. OLE color: 8057548.

HSL color Cylindrical-coordinate representation of color #CCF27A: hue angle of 79º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCF27A is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 122 -
CMYK 0.16 0 0.50 0.05
HSL 79º 0.82% 0.71% -
HSV(B) 79º 0.5% 0.95% -
XYZ 60.17 77.75 30.25 -
YUV 216.96 74.41 118.76 -
System Red Green Blue C M Y K H S L
Decimal 204 242 122 0.16 0 0.50 0.05 79 0.82 0.71
Hex CC F2 7A 10 0 32 5 4F 52 47
Octal 314 362 172 20 0 62 5 117 122 107
Binary 11001100 11110010 1111010 10000 0 110010 101 1001111 1010010 1000111

Color Harmonies of #CCF27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF27A

Black with #CCF27A

Text Example


Text Example

White with #CCF27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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