Html Css Color HEX #CFEDA1 Reef

📋 copy color: '#CFEDA1'

red 207 ◦ green 237 ◦ blue 161

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

Shades of Reef #CFEDA1

Tints of Reef #CFEDA1

RGB

 RED value IS 207 (81.25% from 255) = 34.21%

 GREEN value IS 237 (92.97% from 255) = 39.17%

 BLUE value IS 161 (63.28% from 255) = 26.61%

R = 34.21%
G = 39.17%
B = 26.61%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#CFEDA1 (or 0xCFEDA1) is known color: Reef. HEX triplet: CF, ED and A1. RGB value is (207,237,161). Sum of RGB (Red+Green+Blue) = 207+237+161=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 161 (63.28% from 255 or 26.61% from 605); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEDA1 is #30125E. Grayscale: #DBDBDB. Windows color (decimal): -3150431 or 10612175. OLE color: 10612175.

HSL color Cylindrical-coordinate representation of color #CFEDA1: hue angle of 83.68º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFEDA1 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 237 161 -
CMYK 0.13 0 0.32 0.07
HSL 83.68º 0.68% 0.78% -
HSV(B) 83.68º 0.32% 0.93% -
XYZ 62.45 76.41 45.17 -
YUV 219.37 95.06 119.18 -
System Red Green Blue C M Y K H S L
Decimal 207 237 161 0.13 0 0.32 0.07 83.68 0.68 0.78
Hex CF ED A1 D 0 20 7 54 44 4E
Octal 317 355 241 15 0 40 7 124 104 116
Binary 11001111 11101101 10100001 1101 0 100000 111 1010100 1000100 1001110

Color Harmonies of #CFEDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEDA1

Black with #CFEDA1

Text Example


Text Example

White with #CFEDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEDA1; }

 p { color: rgb(207,237,161); }

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

background-color css

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

 a { background-color: rgb(207,237,161); }

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

border-color css

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

 span { border-color: rgb(207,237,161); }

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