Html Css Color HEX #CDF395 Reef

📋 copy color: '#CDF395'

red 205 ◦ green 243 ◦ blue 149

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

Shades of Reef #CDF395

Tints of Reef #CDF395

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.7%

 BLUE value IS 149 (58.59% from 255) = 24.96%

R = 34.34%
G = 40.7%
B = 24.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#CDF395 (or 0xCDF395) is known color: Reef. HEX triplet: CD, F3 and 95. RGB value is (205,243,149). Sum of RGB (Red+Green+Blue) = 205+243+149=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 243 (95.31% from 255 or 40.70% from 597); Blue value is 149 (58.59% from 255 or 24.96% from 597); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF395 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF395 is #320C6A. Grayscale: #DDDDDD. Windows color (decimal): -3279979 or 9827277. OLE color: 9827277.

HSL color Cylindrical-coordinate representation of color #CDF395: hue angle of 84.26º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CDF395 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 243 149 -
CMYK 0.16 0 0.39 0.05
HSL 84.26º 0.8% 0.77% -
HSV(B) 84.26º 0.39% 0.95% -
XYZ 62.65 79.25 40.43 -
YUV 220.92 87.41 116.64 -
System Red Green Blue C M Y K H S L
Decimal 205 243 149 0.16 0 0.39 0.05 84.26 0.8 0.77
Hex CD F3 95 10 0 27 5 54 50 4D
Octal 315 363 225 20 0 47 5 124 120 115
Binary 11001101 11110011 10010101 10000 0 100111 101 1010100 1010000 1001101

Color Harmonies of #CDF395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF395

Black with #CDF395

Text Example


Text Example

White with #CDF395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF395; }

 p { color: rgb(205,243,149); }

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

background-color css

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

 a { background-color: rgb(205,243,149); }

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

border-color css

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

 span { border-color: rgb(205,243,149); }

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