Html Css Color HEX #CCFD8C Sulu

📋 copy color: '#CCFD8C'

red 204 ◦ green 253 ◦ blue 140

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

Shades of Sulu #CCFD8C

Tints of Sulu #CCFD8C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.38%

 BLUE value IS 140 (55.08% from 255) = 23.45%

R = 34.17%
G = 42.38%
B = 23.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#CCFD8C (or 0xCCFD8C) is known color: Sulu. HEX triplet: CC, FD and 8C. RGB value is (204,253,140). Sum of RGB (Red+Green+Blue) = 204+253+140=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 253 (99.22% from 255 or 42.38% from 597); Blue value is 140 (55.08% from 255 or 23.45% from 597); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFD8C is #330273. Grayscale: #E1E1E1. Windows color (decimal): -3342964 or 9240012. OLE color: 9240012.

HSL color Cylindrical-coordinate representation of color #CCFD8C: hue angle of 86.02º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCFD8C is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 253 140 -
CMYK 0.19 0 0.45 0.01
HSL 86.02º 0.97% 0.77% -
HSV(B) 86.02º 0.45% 0.99% -
XYZ 64.76 84.98 37.8 -
YUV 225.47 79.77 112.69 -
System Red Green Blue C M Y K H S L
Decimal 204 253 140 0.19 0 0.45 0.01 86.02 0.97 0.77
Hex CC FD 8C 13 0 2D 1 56 61 4D
Octal 314 375 214 23 0 55 1 126 141 115
Binary 11001100 11111101 10001100 10011 0 101101 1 1010110 1100001 1001101

Color Harmonies of #CCFD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFD8C

Black with #CCFD8C

Text Example


Text Example

White with #CCFD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFD8C; }

 p { color: rgb(204,253,140); }

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

background-color css

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

 a { background-color: rgb(204,253,140); }

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

border-color css

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

 span { border-color: rgb(204,253,140); }

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