Html Css Color HEX #CBE679 Sulu

📋 copy color: '#CBE679'

red 203 ◦ green 230 ◦ blue 121

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

Shades of Sulu #CBE679

Tints of Sulu #CBE679

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.52%

 BLUE value IS 121 (47.66% from 255) = 21.84%

R = 36.64%
G = 41.52%
B = 21.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#CBE679 (or 0xCBE679) is known color: Sulu. HEX triplet: CB, E6 and 79. RGB value is (203,230,121). Sum of RGB (Red+Green+Blue) = 203+230+121=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 230 (90.23% from 255 or 41.52% from 554); Blue value is 121 (47.66% from 255 or 21.84% from 554); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE679 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE679 is #341986. Grayscale: #D1D1D1. Windows color (decimal): -3414407 or 7988939. OLE color: 7988939.

HSL color Cylindrical-coordinate representation of color #CBE679: hue angle of 74.86º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBE679 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 230 121 -
CMYK 0.12 0 0.47 0.10
HSL 74.86º 0.69% 0.69% -
HSV(B) 74.86º 0.47% 0.9% -
XYZ 56.38 70.67 28.76 -
YUV 209.5 78.05 123.36 -
System Red Green Blue C M Y K H S L
Decimal 203 230 121 0.12 0 0.47 0.10 74.86 0.69 0.69
Hex CB E6 79 C 0 2F A 4B 45 45
Octal 313 346 171 14 0 57 12 113 105 105
Binary 11001011 11100110 1111001 1100 0 101111 1010 1001011 1000101 1000101

Color Harmonies of #CBE679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE679

Black with #CBE679

Text Example


Text Example

White with #CBE679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE679; }

 p { color: rgb(203,230,121); }

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

background-color css

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

 a { background-color: rgb(203,230,121); }

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

border-color css

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

 span { border-color: rgb(203,230,121); }

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