Html Css Color HEX #CDF994 Reef

📋 copy color: '#CDF994'

red 205 ◦ green 249 ◦ blue 148

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

Shades of Reef #CDF994

Tints of Reef #CDF994

RGB

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

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

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

R = 34.05%
G = 41.36%
B = 24.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#CDF994 (or 0xCDF994) is known color: Reef. HEX triplet: CD, F9 and 94. RGB value is (205,249,148). Sum of RGB (Red+Green+Blue) = 205+249+148=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 249 (97.66% from 255 or 41.36% from 602); Blue value is 148 (58.20% from 255 or 24.58% from 602); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF994 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF994 is #32066B. Grayscale: #E0E0E0. Windows color (decimal): -3278444 or 9763277. OLE color: 9763277.

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

Color convert

RGB 205 249 148 -
CMYK 0.18 0 0.41 0.02
HSL 86.14º 0.89% 0.78% -
HSV(B) 86.14º 0.41% 0.98% -
XYZ 64.4 82.87 40.62 -
YUV 224.33 84.92 114.21 -
System Red Green Blue C M Y K H S L
Decimal 205 249 148 0.18 0 0.41 0.02 86.14 0.89 0.78
Hex CD F9 94 12 0 29 2 56 59 4E
Octal 315 371 224 22 0 51 2 126 131 116
Binary 11001101 11111001 10010100 10010 0 101001 10 1010110 1011001 1001110

Color Harmonies of #CDF994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF994

Black with #CDF994

Text Example


Text Example

White with #CDF994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF994; }

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

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

background-color css

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

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

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

border-color css

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

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

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