Html Css Color HEX #CBE452 Conifer

📋 copy color: '#CBE452'

red 203 ◦ green 228 ◦ blue 82

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

Shades of Conifer #CBE452

Tints of Conifer #CBE452

RGB

 RED value IS 203 (79.69% from 255) = 39.57%

 GREEN value IS 228 (89.45% from 255) = 44.44%

 BLUE value IS 82 (32.42% from 255) = 15.98%

R = 39.57%
G = 44.44%
B = 15.98%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#CBE452 (or 0xCBE452) is known color: Conifer. HEX triplet: CB, E4 and 52. RGB value is (203,228,82). Sum of RGB (Red+Green+Blue) = 203+228+82=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 82 (32.42% from 255 or 15.98% from 513); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE452 is #341BAD. Grayscale: #CCCCCC. Windows color (decimal): -3414958 or 5432523. OLE color: 5432523.

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

Color convert

RGB 203 228 82 -
CMYK 0.11 0 0.64 0.11
HSL 70.27º 0.73% 0.61% -
HSV(B) 70.27º 0.64% 0.89% -
XYZ 53.89 68.79 18.42 -
YUV 203.88 59.22 127.37 -
System Red Green Blue C M Y K H S L
Decimal 203 228 82 0.11 0 0.64 0.11 70.27 0.73 0.61
Hex CB E4 52 B 0 40 B 46 49 3D
Octal 313 344 122 13 0 100 13 106 111 75
Binary 11001011 11100100 1010010 1011 0 1000000 1011 1000110 1001001 111101

Color Harmonies of #CBE452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE452

Black with #CBE452

Text Example


Text Example

White with #CBE452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE452; }

 p { color: rgb(203,228,82); }

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

background-color css

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

 a { background-color: rgb(203,228,82); }

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

border-color css

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

 span { border-color: rgb(203,228,82); }

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