Html Css Color HEX #CDEF72 Sulu

📋 copy color: '#CDEF72'

red 205 ◦ green 239 ◦ blue 114

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

Shades of Sulu #CDEF72

Tints of Sulu #CDEF72

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.83%

 BLUE value IS 114 (44.92% from 255) = 20.43%

R = 36.74%
G = 42.83%
B = 20.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#CDEF72 (or 0xCDEF72) is known color: Sulu. HEX triplet: CD, EF and 72. RGB value is (205,239,114). Sum of RGB (Red+Green+Blue) = 205+239+114=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 114 (44.92% from 255 or 20.43% from 558); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF72 is #32108D. Grayscale: #D7D7D7. Windows color (decimal): -3281038 or 7532493. OLE color: 7532493.

HSL color Cylindrical-coordinate representation of color #CDEF72: hue angle of 76.32º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDEF72 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 239 114 -
CMYK 0.14 0 0.52 0.06
HSL 76.32º 0.8% 0.69% -
HSV(B) 76.32º 0.52% 0.94% -
XYZ 59.08 75.93 27.46 -
YUV 214.58 71.24 121.16 -
System Red Green Blue C M Y K H S L
Decimal 205 239 114 0.14 0 0.52 0.06 76.32 0.8 0.69
Hex CD EF 72 E 0 34 6 4C 50 45
Octal 315 357 162 16 0 64 6 114 120 105
Binary 11001101 11101111 1110010 1110 0 110100 110 1001100 1010000 1000101

Color Harmonies of #CDEF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEF72

Black with #CDEF72

Text Example


Text Example

White with #CDEF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEF72; }

 p { color: rgb(205,239,114); }

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

background-color css

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

 a { background-color: rgb(205,239,114); }

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

border-color css

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

 span { border-color: rgb(205,239,114); }

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