Html Css Color HEX #CDF690 Reef

📋 copy color: '#CDF690'

red 205 ◦ green 246 ◦ blue 144

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

Shades of Reef #CDF690

Tints of Reef #CDF690

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.34%

 BLUE value IS 144 (56.64% from 255) = 24.2%

R = 34.45%
G = 41.34%
B = 24.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#CDF690 (or 0xCDF690) is known color: Reef. HEX triplet: CD, F6 and 90. RGB value is (205,246,144). Sum of RGB (Red+Green+Blue) = 205+246+144=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 246 (96.48% from 255 or 41.34% from 595); Blue value is 144 (56.64% from 255 or 24.20% from 595); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF690 is #32096F. Grayscale: #DEDEDE. Windows color (decimal): -3279216 or 9500365. OLE color: 9500365.

HSL color Cylindrical-coordinate representation of color #CDF690: hue angle of 84.12º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDF690 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 205 246 144 -
CMYK 0.17 0 0.41 0.04
HSL 84.12º 0.85% 0.76% -
HSV(B) 84.12º 0.41% 0.96% -
XYZ 63.17 80.9 38.67 -
YUV 222.11 83.92 115.79 -
System Red Green Blue C M Y K H S L
Decimal 205 246 144 0.17 0 0.41 0.04 84.12 0.85 0.76
Hex CD F6 90 11 0 29 4 54 55 4C
Octal 315 366 220 21 0 51 4 124 125 114
Binary 11001101 11110110 10010000 10001 0 101001 100 1010100 1010101 1001100

Color Harmonies of #CDF690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF690

Black with #CDF690

Text Example


Text Example

White with #CDF690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF690; }

 p { color: rgb(205,246,144); }

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

background-color css

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

 a { background-color: rgb(205,246,144); }

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

border-color css

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

 span { border-color: rgb(205,246,144); }

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