Html Css Color HEX #CDEB75 Sulu

📋 copy color: '#CDEB75'

red 205 ◦ green 235 ◦ blue 117

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

Shades of Sulu #CDEB75

Tints of Sulu #CDEB75

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.19%

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

R = 36.8%
G = 42.19%
B = 21.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#CDEB75 (or 0xCDEB75) is known color: Sulu. HEX triplet: CD, EB and 75. RGB value is (205,235,117). Sum of RGB (Red+Green+Blue) = 205+235+117=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 117 (46.09% from 255 or 21.01% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEB75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEB75 is #32148A. Grayscale: #D5D5D5. Windows color (decimal): -3282059 or 7728077. OLE color: 7728077.

HSL color Cylindrical-coordinate representation of color #CDEB75: hue angle of 75.25º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDEB75 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 235 117 -
CMYK 0.13 0 0.50 0.08
HSL 75.25º 0.75% 0.69% -
HSV(B) 75.25º 0.5% 0.92% -
XYZ 58.1 73.68 27.99 -
YUV 212.58 74.06 122.59 -
System Red Green Blue C M Y K H S L
Decimal 205 235 117 0.13 0 0.50 0.08 75.25 0.75 0.69
Hex CD EB 75 D 0 32 8 4B 4B 45
Octal 315 353 165 15 0 62 10 113 113 105
Binary 11001101 11101011 1110101 1101 0 110010 1000 1001011 1001011 1000101

Color Harmonies of #CDEB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEB75

Black with #CDEB75

Text Example


Text Example

White with #CDEB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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