Html Css Color HEX #CFE292 Reef

📋 copy color: '#CFE292'

red 207 ◦ green 226 ◦ blue 146

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

Shades of Reef #CFE292

Tints of Reef #CFE292

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.03%

 BLUE value IS 146 (57.42% from 255) = 25.22%

R = 35.75%
G = 39.03%
B = 25.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#CFE292 (or 0xCFE292) is known color: Reef. HEX triplet: CF, E2 and 92. RGB value is (207,226,146). Sum of RGB (Red+Green+Blue) = 207+226+146=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 226 (88.67% from 255 or 39.03% from 579); Blue value is 146 (57.42% from 255 or 25.22% from 579); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE292 is #301D6D. Grayscale: #D3D3D3. Windows color (decimal): -3153262 or 9626319. OLE color: 9626319.

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

Color convert

RGB 207 226 146 -
CMYK 0.08 0 0.35 0.11
HSL 74.25º 0.58% 0.73% -
HSV(B) 74.25º 0.35% 0.89% -
XYZ 58.12 69.73 37.59 -
YUV 211.2 91.21 125 -
System Red Green Blue C M Y K H S L
Decimal 207 226 146 0.08 0 0.35 0.11 74.25 0.58 0.73
Hex CF E2 92 8 0 23 B 4A 3A 49
Octal 317 342 222 10 0 43 13 112 72 111
Binary 11001111 11100010 10010010 1000 0 100011 1011 1001010 111010 1001001

Color Harmonies of #CFE292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE292

Black with #CFE292

Text Example


Text Example

White with #CFE292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE292; }

 p { color: rgb(207,226,146); }

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

background-color css

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

 a { background-color: rgb(207,226,146); }

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

border-color css

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

 span { border-color: rgb(207,226,146); }

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