Html Css Color HEX #CFE794 Reef

📋 copy color: '#CFE794'

red 207 ◦ green 231 ◦ blue 148

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

Shades of Reef #CFE794

Tints of Reef #CFE794

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.42%

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

R = 35.32%
G = 39.42%
B = 25.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#CFE794 (or 0xCFE794) is known color: Reef. HEX triplet: CF, E7 and 94. RGB value is (207,231,148). Sum of RGB (Red+Green+Blue) = 207+231+148=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 231 (90.62% from 255 or 39.42% from 586); Blue value is 148 (58.20% from 255 or 25.26% from 586); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE794 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE794 is #30186B. Grayscale: #D6D6D6. Windows color (decimal): -3151980 or 9758671. OLE color: 9758671.

HSL color Cylindrical-coordinate representation of color #CFE794: hue angle of 77.35º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFE794 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 231 148 -
CMYK 0.10 0 0.36 0.09
HSL 77.35º 0.63% 0.74% -
HSV(B) 77.35º 0.36% 0.91% -
XYZ 59.65 72.56 38.88 -
YUV 214.36 90.55 122.75 -
System Red Green Blue C M Y K H S L
Decimal 207 231 148 0.10 0 0.36 0.09 77.35 0.63 0.74
Hex CF E7 94 A 0 24 9 4D 3F 4A
Octal 317 347 224 12 0 44 11 115 77 112
Binary 11001111 11100111 10010100 1010 0 100100 1001 1001101 111111 1001010

Color Harmonies of #CFE794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE794

Black with #CFE794

Text Example


Text Example

White with #CFE794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE794; }

 p { color: rgb(207,231,148); }

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

background-color css

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

 a { background-color: rgb(207,231,148); }

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

border-color css

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

 span { border-color: rgb(207,231,148); }

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