Html Css Color HEX #CEEB55 Mindaro

📋 copy color: '#CEEB55'

red 206 ◦ green 235 ◦ blue 85

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

Shades of Mindaro #CEEB55

Tints of Mindaro #CEEB55

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.68%

 BLUE value IS 85 (33.59% from 255) = 16.16%

R = 39.16%
G = 44.68%
B = 16.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#CEEB55 (or 0xCEEB55) is known color: Mindaro. HEX triplet: CE, EB and 55. RGB value is (206,235,85). Sum of RGB (Red+Green+Blue) = 206+235+85=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 235 (92.19% from 255 or 44.68% from 526); Blue value is 85 (33.59% from 255 or 16.16% from 526); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEB55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEB55 is #3114AA. Grayscale: #D1D1D1. Windows color (decimal): -3216555 or 5630926. OLE color: 5630926.

HSL color Cylindrical-coordinate representation of color #CEEB55: hue angle of 71.6º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CEEB55 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 235 85 -
CMYK 0.12 0 0.64 0.08
HSL 71.6º 0.79% 0.63% -
HSV(B) 71.6º 0.64% 0.92% -
XYZ 56.8 73.19 19.73 -
YUV 209.23 57.89 125.7 -
System Red Green Blue C M Y K H S L
Decimal 206 235 85 0.12 0 0.64 0.08 71.6 0.79 0.63
Hex CE EB 55 C 0 40 8 48 4F 3F
Octal 316 353 125 14 0 100 10 110 117 77
Binary 11001110 11101011 1010101 1100 0 1000000 1000 1001000 1001111 111111

Color Harmonies of #CEEB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEB55

Black with #CEEB55

Text Example


Text Example

White with #CEEB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEB55; }

 p { color: rgb(206,235,85); }

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

background-color css

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

 a { background-color: rgb(206,235,85); }

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

border-color css

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

 span { border-color: rgb(206,235,85); }

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