Html Css Color HEX #CCFD7E Sulu

📋 copy color: '#CCFD7E'

red 204 ◦ green 253 ◦ blue 126

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

Shades of Sulu #CCFD7E

Tints of Sulu #CCFD7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.61%

R = 34.99%
G = 43.4%
B = 21.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#CCFD7E (or 0xCCFD7E) is known color: Sulu. HEX triplet: CC, FD and 7E. RGB value is (204,253,126). Sum of RGB (Red+Green+Blue) = 204+253+126=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 253 (99.22% from 255 or 43.40% from 583); Blue value is 126 (49.61% from 255 or 21.61% from 583); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFD7E is #330281. Grayscale: #E0E0E0. Windows color (decimal): -3342978 or 8322508. OLE color: 8322508.

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

Color convert

RGB 204 253 126 -
CMYK 0.19 0 0.50 0.01
HSL 83.15º 0.97% 0.74% -
HSV(B) 83.15º 0.5% 0.99% -
XYZ 63.79 84.59 32.7 -
YUV 223.87 72.77 113.83 -
System Red Green Blue C M Y K H S L
Decimal 204 253 126 0.19 0 0.50 0.01 83.15 0.97 0.74
Hex CC FD 7E 13 0 32 1 53 61 4A
Octal 314 375 176 23 0 62 1 123 141 112
Binary 11001100 11111101 1111110 10011 0 110010 1 1010011 1100001 1001010

Color Harmonies of #CCFD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFD7E

Black with #CCFD7E

Text Example


Text Example

White with #CCFD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFD7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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