Html Css Color HEX #CDF594 Reef

📋 copy color: '#CDF594'

red 205 ◦ green 245 ◦ blue 148

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

Shades of Reef #CDF594

Tints of Reef #CDF594

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.97%

 BLUE value IS 148 (58.2% from 255) = 24.75%

R = 34.28%
G = 40.97%
B = 24.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#CDF594 (or 0xCDF594) is known color: Reef. HEX triplet: CD, F5 and 94. RGB value is (205,245,148). Sum of RGB (Red+Green+Blue) = 205+245+148=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 245 (96.09% from 255 or 40.97% from 598); Blue value is 148 (58.20% from 255 or 24.75% from 598); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF594 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF594 is #320A6B. Grayscale: #DEDEDE. Windows color (decimal): -3279468 or 9762253. OLE color: 9762253.

HSL color Cylindrical-coordinate representation of color #CDF594: hue angle of 84.74º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDF594 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 205 245 148 -
CMYK 0.16 0 0.40 0.04
HSL 84.74º 0.83% 0.77% -
HSV(B) 84.74º 0.4% 0.96% -
XYZ 63.17 80.42 40.21 -
YUV 221.98 86.25 115.89 -
System Red Green Blue C M Y K H S L
Decimal 205 245 148 0.16 0 0.40 0.04 84.74 0.83 0.77
Hex CD F5 94 10 0 28 4 55 53 4D
Octal 315 365 224 20 0 50 4 125 123 115
Binary 11001101 11110101 10010100 10000 0 101000 100 1010101 1010011 1001101

Color Harmonies of #CDF594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF594

Black with #CDF594

Text Example


Text Example

White with #CDF594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF594; }

 p { color: rgb(205,245,148); }

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

background-color css

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

 a { background-color: rgb(205,245,148); }

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

border-color css

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

 span { border-color: rgb(205,245,148); }

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