Html Css Color HEX #CFE394 Reef

📋 copy color: '#CFE394'

red 207 ◦ green 227 ◦ blue 148

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

Shades of Reef #CFE394

Tints of Reef #CFE394

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39%

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

R = 35.57%
G = 39%
B = 25.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#CFE394 (or 0xCFE394) is known color: Reef. HEX triplet: CF, E3 and 94. RGB value is (207,227,148). Sum of RGB (Red+Green+Blue) = 207+227+148=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 227 (89.06% from 255 or 39.00% from 582); Blue value is 148 (58.20% from 255 or 25.43% from 582); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE394 is #301C6B. Grayscale: #D4D4D4. Windows color (decimal): -3153004 or 9757647. OLE color: 9757647.

HSL color Cylindrical-coordinate representation of color #CFE394: hue angle of 75.19º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFE394 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 227 148 -
CMYK 0.09 0 0.35 0.11
HSL 75.19º 0.59% 0.74% -
HSV(B) 75.19º 0.35% 0.89% -
XYZ 58.55 70.34 38.51 -
YUV 212.01 91.87 124.42 -
System Red Green Blue C M Y K H S L
Decimal 207 227 148 0.09 0 0.35 0.11 75.19 0.59 0.74
Hex CF E3 94 9 0 23 B 4B 3B 4A
Octal 317 343 224 11 0 43 13 113 73 112
Binary 11001111 11100011 10010100 1001 0 100011 1011 1001011 111011 1001010

Color Harmonies of #CFE394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE394

Black with #CFE394

Text Example


Text Example

White with #CFE394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE394; }

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

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

background-color css

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

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

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

border-color css

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

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

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