Html Css Color HEX #CDF993 Reef

📋 copy color: '#CDF993'

red 205 ◦ green 249 ◦ blue 147

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

Shades of Reef #CDF993

Tints of Reef #CDF993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.46%

R = 34.11%
G = 41.43%
B = 24.46%

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

#CDF993 (or 0xCDF993) is known color: Reef. HEX triplet: CD, F9 and 93. RGB value is (205,249,147). Sum of RGB (Red+Green+Blue) = 205+249+147=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 249 (97.66% from 255 or 41.43% from 601); Blue value is 147 (57.81% from 255 or 24.46% from 601); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF993 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF993 is #32066C. Grayscale: #E0E0E0. Windows color (decimal): -3278445 or 9697741. OLE color: 9697741.

HSL color Cylindrical-coordinate representation of color #CDF993: hue angle of 85.88º 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 #CDF993 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 249 147 -
CMYK 0.18 0 0.41 0.02
HSL 85.88º 0.89% 0.78% -
HSV(B) 85.88º 0.41% 0.98% -
XYZ 64.32 82.84 40.2 -
YUV 224.22 84.42 114.29 -
System Red Green Blue C M Y K H S L
Decimal 205 249 147 0.18 0 0.41 0.02 85.88 0.89 0.78
Hex CD F9 93 12 0 29 2 56 59 4E
Octal 315 371 223 22 0 51 2 126 131 116
Binary 11001101 11111001 10010011 10010 0 101001 10 1010110 1011001 1001110

Color Harmonies of #CDF993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF993

Black with #CDF993

Text Example


Text Example

White with #CDF993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF993; }

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

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

background-color css

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

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

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

border-color css

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

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

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