Html Css Color HEX #CDEF75 Sulu

📋 copy color: '#CDEF75'

red 205 ◦ green 239 ◦ blue 117

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

Shades of Sulu #CDEF75

Tints of Sulu #CDEF75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.86%

R = 36.54%
G = 42.6%
B = 20.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#CDEF75 (or 0xCDEF75) is known color: Sulu. HEX triplet: CD, EF and 75. RGB value is (205,239,117). Sum of RGB (Red+Green+Blue) = 205+239+117=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 117 (46.09% from 255 or 20.86% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF75 is #32108A. Grayscale: #D7D7D7. Windows color (decimal): -3281035 or 7729101. OLE color: 7729101.

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

Color convert

RGB 205 239 117 -
CMYK 0.14 0 0.51 0.06
HSL 76.72º 0.79% 0.7% -
HSV(B) 76.72º 0.51% 0.94% -
XYZ 59.25 76 28.38 -
YUV 214.93 72.74 120.92 -
System Red Green Blue C M Y K H S L
Decimal 205 239 117 0.14 0 0.51 0.06 76.72 0.79 0.7
Hex CD EF 75 E 0 33 6 4D 4F 46
Octal 315 357 165 16 0 63 6 115 117 106
Binary 11001101 11101111 1110101 1110 0 110011 110 1001101 1001111 1000110

Color Harmonies of #CDEF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEF75

Black with #CDEF75

Text Example


Text Example

White with #CDEF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEF75; }

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

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

background-color css

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

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

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

border-color css

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

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

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