Html Css Color HEX #CCF27D Sulu

📋 copy color: '#CCF27D'

red 204 ◦ green 242 ◦ blue 125

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

Shades of Sulu #CCF27D

Tints of Sulu #CCF27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.89%

R = 35.73%
G = 42.38%
B = 21.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#CCF27D (or 0xCCF27D) is known color: Sulu. HEX triplet: CC, F2 and 7D. RGB value is (204,242,125). Sum of RGB (Red+Green+Blue) = 204+242+125=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 242 (94.92% from 255 or 42.38% from 571); Blue value is 125 (49.22% from 255 or 21.89% from 571); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF27D is #330D82. Grayscale: #D9D9D9. Windows color (decimal): -3345795 or 8254156. OLE color: 8254156.

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

Color convert

RGB 204 242 125 -
CMYK 0.16 0 0.48 0.05
HSL 79.49º 0.82% 0.72% -
HSV(B) 79.49º 0.48% 0.95% -
XYZ 60.36 77.82 31.24 -
YUV 217.3 75.91 118.51 -
System Red Green Blue C M Y K H S L
Decimal 204 242 125 0.16 0 0.48 0.05 79.49 0.82 0.72
Hex CC F2 7D 10 0 30 5 4F 52 48
Octal 314 362 175 20 0 60 5 117 122 110
Binary 11001100 11110010 1111101 10000 0 110000 101 1001111 1010010 1001000

Color Harmonies of #CCF27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF27D

Black with #CCF27D

Text Example


Text Example

White with #CCF27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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