Html Css Color HEX #CEF69B Reef

📋 copy color: '#CEF69B'

red 206 ◦ green 246 ◦ blue 155

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

Shades of Reef #CEF69B

Tints of Reef #CEF69B

RGB

 RED value IS 206 (80.86% from 255) = 33.94%

 GREEN value IS 246 (96.48% from 255) = 40.53%

 BLUE value IS 155 (60.94% from 255) = 25.54%

R = 33.94%
G = 40.53%
B = 25.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#CEF69B (or 0xCEF69B) is known color: Reef. HEX triplet: CE, F6 and 9B. RGB value is (206,246,155). Sum of RGB (Red+Green+Blue) = 206+246+155=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 246 (96.48% from 255 or 40.53% from 607); Blue value is 155 (60.94% from 255 or 25.54% from 607); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF69B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF69B is #310964. Grayscale: #DFDFDF. Windows color (decimal): -3213669 or 10221262. OLE color: 10221262.

HSL color Cylindrical-coordinate representation of color #CEF69B: hue angle of 86.37º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEF69B is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 246 155 -
CMYK 0.16 0 0.37 0.04
HSL 86.37º 0.83% 0.79% -
HSV(B) 86.37º 0.37% 0.96% -
XYZ 64.33 81.4 43.33 -
YUV 223.67 89.25 115.4 -
System Red Green Blue C M Y K H S L
Decimal 206 246 155 0.16 0 0.37 0.04 86.37 0.83 0.79
Hex CE F6 9B 10 0 25 4 56 53 4F
Octal 316 366 233 20 0 45 4 126 123 117
Binary 11001110 11110110 10011011 10000 0 100101 100 1010110 1010011 1001111

Color Harmonies of #CEF69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF69B

Black with #CEF69B

Text Example


Text Example

White with #CEF69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF69B; }

 p { color: rgb(206,246,155); }

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

background-color css

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

 a { background-color: rgb(206,246,155); }

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

border-color css

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

 span { border-color: rgb(206,246,155); }

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