Html Css Color HEX #CDF98A Sulu

📋 copy color: '#CDF98A'

red 205 ◦ green 249 ◦ blue 138

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

Shades of Sulu #CDF98A

Tints of Sulu #CDF98A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.31%

R = 34.63%
G = 42.06%
B = 23.31%

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

#CDF98A (or 0xCDF98A) is known color: Sulu. HEX triplet: CD, F9 and 8A. RGB value is (205,249,138). Sum of RGB (Red+Green+Blue) = 205+249+138=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 249 (97.66% from 255 or 42.06% from 592); Blue value is 138 (54.30% from 255 or 23.31% from 592); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF98A is #320675. Grayscale: #DFDFDF. Windows color (decimal): -3278454 or 9107917. OLE color: 9107917.

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

Color convert

RGB 205 249 138 -
CMYK 0.18 0 0.45 0.02
HSL 83.78º 0.9% 0.76% -
HSV(B) 83.78º 0.45% 0.98% -
XYZ 63.64 82.57 36.63 -
YUV 223.19 79.92 115.03 -
System Red Green Blue C M Y K H S L
Decimal 205 249 138 0.18 0 0.45 0.02 83.78 0.9 0.76
Hex CD F9 8A 12 0 2D 2 54 5A 4C
Octal 315 371 212 22 0 55 2 124 132 114
Binary 11001101 11111001 10001010 10010 0 101101 10 1010100 1011010 1001100

Color Harmonies of #CDF98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF98A

Black with #CDF98A

Text Example


Text Example

White with #CDF98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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