Html Css Color HEX #CDF98D Reef

📋 copy color: '#CDF98D'

red 205 ◦ green 249 ◦ blue 141

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

Shades of Reef #CDF98D

Tints of Reef #CDF98D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.7%

R = 34.45%
G = 41.85%
B = 23.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#CDF98D (or 0xCDF98D) is known color: Reef. HEX triplet: CD, F9 and 8D. RGB value is (205,249,141). Sum of RGB (Red+Green+Blue) = 205+249+141=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 141 (55.47% from 255 or 23.70% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF98D is #320672. Grayscale: #DFDFDF. Windows color (decimal): -3278451 or 9304525. OLE color: 9304525.

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

Color convert

RGB 205 249 141 -
CMYK 0.18 0 0.43 0.02
HSL 84.44º 0.9% 0.76% -
HSV(B) 84.44º 0.43% 0.98% -
XYZ 63.86 82.65 37.79 -
YUV 223.53 81.42 114.78 -
System Red Green Blue C M Y K H S L
Decimal 205 249 141 0.18 0 0.43 0.02 84.44 0.9 0.76
Hex CD F9 8D 12 0 2B 2 54 5A 4C
Octal 315 371 215 22 0 53 2 124 132 114
Binary 11001101 11111001 10001101 10010 0 101011 10 1010100 1011010 1001100

Color Harmonies of #CDF98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF98D

Black with #CDF98D

Text Example


Text Example

White with #CDF98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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