Html Css Color HEX #CFED93 Reef

📋 copy color: '#CFED93'

red 207 ◦ green 237 ◦ blue 147

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

Shades of Reef #CFED93

Tints of Reef #CFED93

RGB

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

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

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

R = 35.03%
G = 40.1%
B = 24.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#CFED93 (or 0xCFED93) is known color: Reef. HEX triplet: CF, ED and 93. RGB value is (207,237,147). Sum of RGB (Red+Green+Blue) = 207+237+147=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 147 (57.81% from 255 or 24.87% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFED93 is #30126C. Grayscale: #DADADA. Windows color (decimal): -3150445 or 9694671. OLE color: 9694671.

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

Color convert

RGB 207 237 147 -
CMYK 0.13 0 0.38 0.07
HSL 80º 0.71% 0.75% -
HSV(B) 80º 0.38% 0.93% -
XYZ 61.28 75.94 39.03 -
YUV 217.77 88.06 120.32 -
System Red Green Blue C M Y K H S L
Decimal 207 237 147 0.13 0 0.38 0.07 80 0.71 0.75
Hex CF ED 93 D 0 26 7 50 47 4B
Octal 317 355 223 15 0 46 7 120 107 113
Binary 11001111 11101101 10010011 1101 0 100110 111 1010000 1000111 1001011

Color Harmonies of #CFED93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFED93

Black with #CFED93

Text Example


Text Example

White with #CFED93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFED93; }

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

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

background-color css

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

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

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

border-color css

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

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

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