Html Css Color HEX #CDF07E Sulu

📋 copy color: '#CDF07E'

red 205 ◦ green 240 ◦ blue 126

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

Shades of Sulu #CDF07E

Tints of Sulu #CDF07E

RGB

 RED value IS 205 (80.47% from 255) = 35.9%

 GREEN value IS 240 (94.14% from 255) = 42.03%

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

R = 35.9%
G = 42.03%
B = 22.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#CDF07E (or 0xCDF07E) is known color: Sulu. HEX triplet: CD, F0 and 7E. RGB value is (205,240,126). Sum of RGB (Red+Green+Blue) = 205+240+126=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 240 (94.14% from 255 or 42.03% from 571); Blue value is 126 (49.61% from 255 or 22.07% from 571); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF07E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF07E is #320F81. Grayscale: #D8D8D8. Windows color (decimal): -3280770 or 8319181. OLE color: 8319181.

HSL color Cylindrical-coordinate representation of color #CDF07E: hue angle of 78.42º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDF07E is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 240 126 -
CMYK 0.15 0 0.48 0.06
HSL 78.42º 0.79% 0.72% -
HSV(B) 78.42º 0.48% 0.94% -
XYZ 60.1 76.81 31.4 -
YUV 216.54 76.9 119.77 -
System Red Green Blue C M Y K H S L
Decimal 205 240 126 0.15 0 0.48 0.06 78.42 0.79 0.72
Hex CD F0 7E F 0 30 6 4E 4F 48
Octal 315 360 176 17 0 60 6 116 117 110
Binary 11001101 11110000 1111110 1111 0 110000 110 1001110 1001111 1001000

Color Harmonies of #CDF07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF07E

Black with #CDF07E

Text Example


Text Example

White with #CDF07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF07E; }

 p { color: rgb(205,240,126); }

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

background-color css

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

 a { background-color: rgb(205,240,126); }

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

border-color css

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

 span { border-color: rgb(205,240,126); }

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