Html Css Color HEX #CCF88D Sulu

📋 copy color: '#CCF88D'

red 204 ◦ green 248 ◦ blue 141

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

Shades of Sulu #CCF88D

Tints of Sulu #CCF88D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.82%

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

R = 34.4%
G = 41.82%
B = 23.78%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#CCF88D (or 0xCCF88D) is known color: Sulu. HEX triplet: CC, F8 and 8D. RGB value is (204,248,141). Sum of RGB (Red+Green+Blue) = 204+248+141=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 248 (97.27% from 255 or 41.82% from 593); Blue value is 141 (55.47% from 255 or 23.78% from 593); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF88D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF88D is #330772. Grayscale: #DFDFDF. Windows color (decimal): -3344243 or 9304268. OLE color: 9304268.

HSL color Cylindrical-coordinate representation of color #CCF88D: hue angle of 84.67º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCF88D is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 141 -
CMYK 0.18 0 0.43 0.03
HSL 84.67º 0.88% 0.76% -
HSV(B) 84.67º 0.43% 0.97% -
XYZ 63.28 81.9 37.67 -
YUV 222.65 81.92 114.7 -
System Red Green Blue C M Y K H S L
Decimal 204 248 141 0.18 0 0.43 0.03 84.67 0.88 0.76
Hex CC F8 8D 12 0 2B 3 55 58 4C
Octal 314 370 215 22 0 53 3 125 130 114
Binary 11001100 11111000 10001101 10010 0 101011 11 1010101 1011000 1001100

Color Harmonies of #CCF88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF88D

Black with #CCF88D

Text Example


Text Example

White with #CCF88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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