Html Css Color HEX #CDF988 Sulu

📋 copy color: '#CDF988'

red 205 ◦ green 249 ◦ blue 136

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

Shades of Sulu #CDF988

Tints of Sulu #CDF988

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.2%

 BLUE value IS 136 (53.52% from 255) = 23.05%

R = 34.75%
G = 42.2%
B = 23.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#CDF988 (or 0xCDF988) is known color: Sulu. HEX triplet: CD, F9 and 88. RGB value is (205,249,136). Sum of RGB (Red+Green+Blue) = 205+249+136=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 136 (53.52% from 255 or 23.05% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF988 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF988 is #320677. Grayscale: #DFDFDF. Windows color (decimal): -3278456 or 8976845. OLE color: 8976845.

HSL color Cylindrical-coordinate representation of color #CDF988: hue angle of 83.36º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDF988 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 249 136 -
CMYK 0.18 0 0.45 0.02
HSL 83.36º 0.9% 0.75% -
HSV(B) 83.36º 0.45% 0.98% -
XYZ 63.5 82.51 35.87 -
YUV 222.96 78.92 115.19 -
System Red Green Blue C M Y K H S L
Decimal 205 249 136 0.18 0 0.45 0.02 83.36 0.9 0.75
Hex CD F9 88 12 0 2D 2 53 5A 4B
Octal 315 371 210 22 0 55 2 123 132 113
Binary 11001101 11111001 10001000 10010 0 101101 10 1010011 1011010 1001011

Color Harmonies of #CDF988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF988

Black with #CDF988

Text Example


Text Example

White with #CDF988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF988; }

 p { color: rgb(205,249,136); }

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

background-color css

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

 a { background-color: rgb(205,249,136); }

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

border-color css

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

 span { border-color: rgb(205,249,136); }

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