Html Css Color HEX #CFE093 Reef

📋 copy color: '#CFE093'

red 207 ◦ green 224 ◦ blue 147

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

Shades of Reef #CFE093

Tints of Reef #CFE093

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.75%

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

R = 35.81%
G = 38.75%
B = 25.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#CFE093 (or 0xCFE093) is known color: Reef. HEX triplet: CF, E0 and 93. RGB value is (207,224,147). Sum of RGB (Red+Green+Blue) = 207+224+147=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 224 (87.89% from 255 or 38.75% from 578); Blue value is 147 (57.81% from 255 or 25.43% from 578); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE093 is #301F6C. Grayscale: #D2D2D2. Windows color (decimal): -3153773 or 9691343. OLE color: 9691343.

HSL color Cylindrical-coordinate representation of color #CFE093: hue angle of 73.25º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFE093 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 147 -
CMYK 0.08 0 0.34 0.12
HSL 73.25º 0.55% 0.73% -
HSV(B) 73.25º 0.34% 0.88% -
XYZ 57.65 68.68 37.82 -
YUV 210.14 92.37 125.76 -
System Red Green Blue C M Y K H S L
Decimal 207 224 147 0.08 0 0.34 0.12 73.25 0.55 0.73
Hex CF E0 93 8 0 22 C 49 37 49
Octal 317 340 223 10 0 42 14 111 67 111
Binary 11001111 11100000 10010011 1000 0 100010 1100 1001001 110111 1001001

Color Harmonies of #CFE093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE093

Black with #CFE093

Text Example


Text Example

White with #CFE093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE093; }

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

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

background-color css

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

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

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

border-color css

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

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

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