Html Css Color HEX #CCF28D Sulu

📋 copy color: '#CCF28D'

red 204 ◦ green 242 ◦ blue 141

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

Shades of Sulu #CCF28D

Tints of Sulu #CCF28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.02%

R = 34.75%
G = 41.23%
B = 24.02%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#CCF28D (or 0xCCF28D) is known color: Sulu. HEX triplet: CC, F2 and 8D. RGB value is (204,242,141). Sum of RGB (Red+Green+Blue) = 204+242+141=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 141 (55.47% from 255 or 24.02% from 587); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF28D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF28D is #330D72. Grayscale: #DBDBDB. Windows color (decimal): -3345779 or 9302732. OLE color: 9302732.

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

Color convert

RGB 204 242 141 -
CMYK 0.16 0 0.42 0.05
HSL 82.57º 0.8% 0.75% -
HSV(B) 82.57º 0.42% 0.95% -
XYZ 61.46 78.26 37.07 -
YUV 219.12 83.91 117.21 -
System Red Green Blue C M Y K H S L
Decimal 204 242 141 0.16 0 0.42 0.05 82.57 0.8 0.75
Hex CC F2 8D 10 0 2A 5 53 50 4B
Octal 314 362 215 20 0 52 5 123 120 113
Binary 11001100 11110010 10001101 10000 0 101010 101 1010011 1010000 1001011

Color Harmonies of #CCF28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF28D

Black with #CCF28D

Text Example


Text Example

White with #CCF28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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